home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Missions / Mission_13 / Atmosphere.script next >
Text File  |  2001-10-10  |  874b  |  24 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CSupportAerialAttackMission_Atmosphere
  11. {
  12.   vector SunDirection = vector(0.0, -0.17, -0.98);
  13.   color  SunColor      = color(1.5, 1.3, 0.9, 1.0);
  14.   color  ContrSunColor = SunColor * 0.3;
  15.   color  ContrSunColor = SunColor * 0.3;
  16.   float  FogNear       = 1500.0;
  17.   float  FogFar        = 4000.0;
  18.   color  FogColorXPos = color(0.95, 1.0, 1.0);
  19.   color  FogColorXNeg = color(0.95, 1.0, 1.0);
  20.   color  FogColorYPos = color(0.95, 1.0, 1.0);
  21.   color  FogColorYNeg = color(0.95, 1.0, 1.0);
  22. }
  23.  
  24.